GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-12T18:43:40.3034496+00:00",
"SubmitDate": "2026-05-12T18:43:40.3034496+00:00",
"ReportPeriodStart": "2026-05-12T18:43:40.3034496+00:00",
"ReportPeriodEnd": "2026-05-12T18:43:40.3034496+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cb0c603f-efca-4a29-bd08-e0a7bd0ed72e",
"Rows": [
{
"ItemId": "f668c015-7566-4d6b-9c09-84297a8355e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f668c015-7566-4d6b-9c09-84297a8355e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cb0c603f-efca-4a29-bd08-e0a7bd0ed72e",
"Rows": [
{
"ItemId": "f668c015-7566-4d6b-9c09-84297a8355e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f668c015-7566-4d6b-9c09-84297a8355e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bc0b20cb-cc48-416e-936b-c06e68fd57c5",
"c33cb196-af7a-4f63-a8bf-3e7c7d93e6c2"
],
"Approvers": [
"6700a1e0-1fb2-4a80-bbe2-4ccb9ae54d72",
"0cf15a0d-7f66-4d62-a2f8-3e93a5a7b693"
],
"ApprovedBy": "4c532084-f85b-407b-a29c-c604513e5f31",
"ApprovalDate": "2026-05-12T18:43:40.3034496+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e3f46dad-810a-4bde-a9c7-e765cb547d15",
"id": "29bb187f-8464-411f-a2a2-6a5573ceb044",
"ConfigId": "72ce8c3e-796d-4557-b6df-f3fb6171c6b2"
},
{
"GenerationDate": "2026-05-12T18:43:40.3034496+00:00",
"SubmitDate": "2026-05-12T18:43:40.3034496+00:00",
"ReportPeriodStart": "2026-05-12T18:43:40.3034496+00:00",
"ReportPeriodEnd": "2026-05-12T18:43:40.3034496+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cb0c603f-efca-4a29-bd08-e0a7bd0ed72e",
"Rows": [
{
"ItemId": "f668c015-7566-4d6b-9c09-84297a8355e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f668c015-7566-4d6b-9c09-84297a8355e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cb0c603f-efca-4a29-bd08-e0a7bd0ed72e",
"Rows": [
{
"ItemId": "f668c015-7566-4d6b-9c09-84297a8355e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f668c015-7566-4d6b-9c09-84297a8355e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bc0b20cb-cc48-416e-936b-c06e68fd57c5",
"c33cb196-af7a-4f63-a8bf-3e7c7d93e6c2"
],
"Approvers": [
"6700a1e0-1fb2-4a80-bbe2-4ccb9ae54d72",
"0cf15a0d-7f66-4d62-a2f8-3e93a5a7b693"
],
"ApprovedBy": "4c532084-f85b-407b-a29c-c604513e5f31",
"ApprovalDate": "2026-05-12T18:43:40.3034496+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e3f46dad-810a-4bde-a9c7-e765cb547d15",
"id": "29bb187f-8464-411f-a2a2-6a5573ceb044",
"ConfigId": "72ce8c3e-796d-4557-b6df-f3fb6171c6b2"
}
]